/* 
================================
 Container Styles for DotNetNuke
================================
*/   



.containermaster_TRANS {
	width: 100%;
	background-color:Transparent;
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*border: solid 3 blue; */
	empty-cells:hide;
	
}
#cm_wrap1
{
	padding: 0px 5px 6px 5px;
	border-bottom: solid 2px #FFFFFF;
}
#cm_wrap2
{
	padding: 6px 5px 6px 5px;
	border-bottom: solid 2px #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
	.containermaster_Box1_Content
	{
		background-color: #414142;
		padding-bottom: 5px;
		background-image: url("images/bak.jpg");
		background-repeat:repeat-x;
		color:White;
		
	}
	
.containerrow1_TRANS {
	background-color:Transparent;
}
.containerrow2_TRANS {
	background-color:Transparent;

}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 0px 0px 0px 0px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 10px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 0px 0px 0px 0px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
















